![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | a year ago | - | |
![]() | types/ | a year ago | - | |
![]() | LICENSE-MIT | a year ago | 1.1K | |
![]() | README.md | a year ago | 965 | 595aea1 more query options + view options [كارل مبارك] |
![]() | package.json | a year ago | 872 | afd0ccc remove unused [كارل مبارك] |
Normalize URLs with PostCSS.
With npm do:
npm install postcss-normalize-url --save
h1 {
background: url("http://site.com:80/image.jpg")
}
h1 {
background: url(http://site.com/image.jpg)
}
Note that this module will also try to normalize relative URLs, and is capable of stripping unnecessary quotes. For more examples, see the tests.
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs