https://github.com/matt-d-rat/deck-css-360-no-scope
CSS 360° no scope - A talk on scope in CSS
https://github.com/matt-d-rat/deck-css-360-no-scope
Last synced: 2 months ago
JSON representation
CSS 360° no scope - A talk on scope in CSS
- Host: GitHub
- URL: https://github.com/matt-d-rat/deck-css-360-no-scope
- Owner: matt-d-rat
- License: mit
- Created: 2015-12-02T06:37:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T05:27:41.000Z (over 9 years ago)
- Last Synced: 2023-04-12T05:08:40.434Z (about 2 years ago)
- Language: HTML
- Size: 23.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS 360° no scope
[http://matt-d-rat.github.io/deck-css-360-no-scope](http://matt-d-rat.github.io/deck-css-360-no-scope)
So you've mastered gradients, you're a media query ninja, and you know every trick, hack and workaround in the CSS playbook. But still you feel like CSS is missing something, something very important, and ultimately fundamental in allowing your app to scale. That thing is local scope. When building large scale web applications, scope is essential to achieving encapsulation and a clean separation of concerns. But CSS as a language is missing this key ingredient. So what can we do?
In this talk Matt walks through some of the recent innovations that have emerged from the community that allow us to achieve local scope in CSS today, and will demonstrate how to get your project up and running with Webpack to achieve local scope in CSS.
* Matt Fairbrass [mattfairbrass.com](mattfairbrass.com)
[@matt_d_rat](https://twitter.com/matt_d_rat)