:local(.componentName){
color: #ff
}
in React
import {componentName} from './style.css'
:local(.componentName){
color: #ff
}
in React
import {componentName} from './style.css'
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Blur!</title> | |
| </head> | |
| <body> | |
| <div id="box1" class="box blurred-bg tinted"> | |
| <h1>Blurred Background</h1> | |
| <h2>By Flurin Egger, inspired by <a href="http://ariona.net">Ariona, Rian</a></h2> |