File tree 3 files changed +5
-16
lines changed
plugins/postcss-custom-media
3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Custom Media
2
2
3
- ### Unreleased (major)
3
+ ### 11.0.0
4
+
5
+ _ August 3, 2024_
4
6
5
7
- Updated: Support for Node v18+ (major).
6
8
- Updated [ ` @csstools/css-tokenizer ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer ) to [ ` 3.0.0 ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#300 ) (major)
Original file line number Diff line number Diff line change 1
1
# PostCSS Custom Media [ <img src =" https://postcss.github.io/postcss/logo.svg " alt =" PostCSS Logo " width =" 90 " height =" 90 " align =" right " >] [ PostCSS ]
2
2
3
- [ <img alt =" npm version " src =" https://img.shields.io/npm/v/postcss-custom-media.svg " height =" 20 " >] [ npm-url ] [ <img alt =" Build Status " src =" https://github.com/csstools/postcss-plugins/workflows/test/badge.svg " height =" 20 " >] [ cli-url ] [ <img alt =" Discord " src =" https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white " >] [ discord ] <br ><br >[ <img alt =" Baseline Status " src =" https://cssdb.org/images/badges-baseline/custom-media-queries.svg " height =" 20 " >] [ css-url ] [ <img alt =" CSS Standard Status " src =" https://cssdb.org/images/badges/custom-media-queries.svg " height =" 20 " >] [ css-url ]
4
-
5
- ``` bash
6
- npm install postcss-custom-media --save-dev
7
- ```
3
+ ` npm install postcss-custom-media --save-dev `
8
4
9
5
[ PostCSS Custom Media] lets you define ` @custom-media ` in CSS following the [ Custom Media Specification] .
10
6
@@ -117,16 +113,7 @@ postcss([
117
113
]).process (YOUR_CSS /* , processOptions */ );
118
114
```
119
115
120
- [ PostCSS Custom Media] runs in all Node environments, with special
121
- instructions for:
122
116
123
- - [ Node] ( INSTALL.md#node )
124
- - [ PostCSS CLI] ( INSTALL.md#postcss-cli )
125
- - [ PostCSS Load Config] ( INSTALL.md#postcss-load-config )
126
- - [ Webpack] ( INSTALL.md#webpack )
127
- - [ Next.js] ( INSTALL.md#nextjs )
128
- - [ Gulp] ( INSTALL.md#gulp )
129
- - [ Grunt] ( INSTALL.md#grunt )
130
117
131
118
## Options
132
119
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-custom-media" ,
3
3
"description" : " Use Custom Media Queries in CSS" ,
4
- "version" : " 10 .0.8 " ,
4
+ "version" : " 11 .0.0 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments