Skip to content

Instantly share code, notes, and snippets.

@snowe2010
Last active February 6, 2018 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snowe2010/f60525836750bf6f52a3b20deb428355 to your computer and use it in GitHub Desktop.
Save snowe2010/f60525836750bf6f52a3b20deb428355 to your computer and use it in GitHub Desktop.
Working openstyles/stylus css preprocessor example
/* ==UserStyle==
@name Empty @name replaces the default template - 2/5/2018, 5:05:43 PM
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A new userstyle
@author Me
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("google.com") {
body:hover {
background-color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment