Ismaaa
Follow
π―
Focusing
- United States
Pinned Loading
-
frontend-resources
frontend-resources PublicA little list of useful and free resources to help you get started with frontend
-
-
Javascript Slugify
Javascript Slugify 1function slugify(text)
2{
3return text.toString().toLowerCase()
4.replace(/\s+/g, '-') // Replace spaces with -
5.replace(/[^\w\-]+/g, '') // Remove all non-word chars
-
Advanced SCSS, or, 16 cool things yo...
Advanced SCSS, or, 16 cool things you may not have known your stylesheets could do 1[β back to the gist-blog at jrw.fi](http://jrw.fi/)
23# Advanced SCSS
45Or, **16 cool things you may not have known your stylesheets could do.** I'd rather have kept it to a nice round number like 10, but they just kept coming. Sorry.
-
SASS @font-face mixin
SASS @font-face mixin 1# Font Face
23A mixin for writing @font-face rules in SASS.
45## Usage
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.