Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fremff committed Apr 25, 2013
1 parent a3ea406 commit cf33db0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -2,11 +2,11 @@

## Introduction

The script is based on the official css syntax file, you can find it [in here](http://fleiner.com/vim/syntax/css.vim)
The script is based on the official css syntax file, to find it [in here](http://fleiner.com/vim/syntax/css.vim)
CSS3 syntax highlighting support. Include many of CSS3 Property,Attribute,Selector,
support for the prefix " -moz-,-webkit- ,-o-,-ms- ", and complete the At-rule groups,
see : https://developer.mozilla.org/en-US/docs/CSS/At-rule
Added beautify CSS file function, use the :CSSBeautify command.
see : https://developer.mozilla.org/en-US/docs/CSS/At-rule ,
support for beautify CSS feature, you can use it to by the :CSSBeautify command.


## For the CSSBeautify command :
Expand All @@ -15,7 +15,7 @@ Added beautify CSS file function, use the :CSSBeautify command.

style

*{ width:680px ;
body{ width:680px ;
background-color:#FFF;
box-shadow: -1px 1px 3px #DDD;
padding: 10px
Expand All @@ -30,7 +30,7 @@ a:nth-of-type(2n)

style

* {
body {
width: 680px ;
background-color: #FFF ;
box-shadow: -1px 1px 3px #DDD ;
Expand Down

0 comments on commit cf33db0

Please sign in to comment.