mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
add whitespace between style name and opening curly brace
This commit is contained in:
parent
de96b238eb
commit
fa3caf854e
@ -1,3 +1,3 @@
|
||||
.<%= classedName %>{
|
||||
.<%= classedName %> {
|
||||
border: 1px dashed #f00;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
.<%= classedName %>{
|
||||
.<%= classedName %> {
|
||||
border: 1px dashed #f00;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
.<%= classedName %>{
|
||||
.<%= classedName %> {
|
||||
border: 1px dashed #f00;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user