mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-07 16:50:47 +08:00
add whitespace between style name and opening curly brace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user