File tree 3 files changed +7
-5
lines changed
plugins/postcss-custom-media
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.1 - 2014-10-09
2
+
3
+ - Fix npm description
4
+
1
5
# 1.2.0 - 2014-10-01
2
6
3
7
- Add support for multiples media in query list (ref [ #rework-custom-media/5] ( https://github.com/reworkcss/rework-custom-media/pull/5 ) )
10
14
11
15
- Allow whitespace around custom media name (fix [ #2 ] ( https://github.com/postcss/postcss-custom-media/issues/2 ) )
12
16
13
-
14
17
# 1.0.0 - 2014-08-12
15
18
16
19
First release based on [ rework-custom-media] ( https://github.com/reworkcss/rework-custom-media ) v0.1.1
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014, Maxime Thirouin & Nicolas Gallagher
3
+ Copyright (c) 2014 Maxime Thirouin & Nicolas Gallagher
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-custom-media" ,
3
3
"version" : " 1.2.0" ,
4
- "description" : " PostCSS plugin to import CSS files " ,
4
+ "description" : " PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS " ,
5
5
"keywords" : [
6
6
" css" ,
7
7
" postcss" ,
8
8
" postcss-plugins" ,
9
9
" media queries" ,
10
10
" custom-media"
11
11
],
12
- "author" : " MoOx " ,
12
+ "author" : " Maxime Thirouin " ,
13
13
"license" : " MIT" ,
14
14
"repository" : {
15
15
"type" : " git" ,
18
18
"files" : [
19
19
" CHANGELOG.md" ,
20
20
" LICENSE" ,
21
- " README.md" ,
22
21
" index.js"
23
22
],
24
23
"dependencies" : {},
You can’t perform that action at this time.
0 commit comments