Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Last active November 4, 2019 00:16
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 matthewstokeley/d3a9b3fc92f147c4ab9987d6e41f3367 to your computer and use it in GitHub Desktop.
Save matthewstokeley/d3a9b3fc92f147c4ab9987d6e41f3367 to your computer and use it in GitHub Desktop.
```
/**
*
* Mixin Definition
* @version 1.0.0
*/
@mixin sticky
position: fixed
@supports (position: sticky)
position: sticky
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment