This repository was archived by the owner on Apr 9, 2024. It is now read-only.
File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # PostCSS Sort Alphabetically [ ![ Build Status] ( https://travis-ci.org/mycsHQ/postcss-sort-alphabetically.svg?branch=master )] ( https://travis-ci.org/mycsHQ/postcss-sort-alphabetically ) [ ![ semantic-versioning] ( https://img.shields.io/badge/semantic%20-versioning-green.svg )] ( )
1
+ # PostCSS Sort Alphabetically [ ![ Build Status] ( https://travis-ci.org/mycsHQ/postcss-sort-alphabetically.svg?branch=master )] ( https://travis-ci.org/mycsHQ/postcss-sort-alphabetically ) [ ![ semantic-versioning] ( https://img.shields.io/badge/semantic%20-versioning-green.svg )] ( ) [ ![ semantic-release ] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release ) [ ![ npm ] ( https://img.shields.io/npm/v/postcss-sort-alphabetically.svg )] ( https://www.npmjs.com/package/postcss-sort-alphabetically )
2
2
3
3
[ PostCSS] plugin which sorts css properties alphabetically.
4
4
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ var postcss = require('postcss');
2
2
3
3
module . exports = postcss . plugin ( 'postcss-sort-alphabetically' , function ( ) {
4
4
5
- // Work with options here
6
-
7
5
return function ( root ) {
8
6
9
7
root . walkRules ( rule => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-sort-alphabetically" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " PostCSS plugin which sorts css properties alphabetically" ,
5
5
"keywords" : [
6
6
" postcss" ,
22
22
"url" : " git+https://github.com/mycsHQ/postcss-sort-alphabetically.git"
23
23
},
24
24
"bugs" : {
25
- "url" : " https://github.com/AvraamMavridis /postcss-sort-alphabetically/issues"
25
+ "url" : " https://github.com/mycsHQ /postcss-sort-alphabetically/issues"
26
26
},
27
- "homepage" : " https://github.com/AvraamMavridis /postcss-sort-alphabetically" ,
27
+ "homepage" : " https://github.com/mycsHQ /postcss-sort-alphabetically" ,
28
28
"dependencies" : {
29
29
"postcss" : " ^5.2.6"
30
30
},
You can’t perform that action at this time.
0 commit comments