fenix-fox/README.md
2018-10-21 21:27:25 +03:00

13 lines
No EOL
263 B
Markdown

# Collection of random CSS hacks for Firefox
# Usage
Use stylesheets under "chrome" in userChrome.css
Use stylesheets under "content" in userContent.css
You can import the stylesheets with @-rule import like this:
```css
@import url("path/filename.css");
```