[Blueprint] Fixed a bug in the default blueprint stylesheet that caused invalid body selectors to be generated.
This commit is contained in:
parent
4f2b378191
commit
b5fc33a89a
@ -11,14 +11,14 @@
|
|||||||
// +blueprint
|
// +blueprint
|
||||||
|
|
||||||
//Recommended Blueprint configuration with scoping and semantic layout:
|
//Recommended Blueprint configuration with scoping and semantic layout:
|
||||||
|
+blueprint-typography("body.bp")
|
||||||
|
+blueprint-scaffolding("body.bp")
|
||||||
body.bp
|
body.bp
|
||||||
+blueprint-typography
|
|
||||||
+blueprint-utilities
|
+blueprint-utilities
|
||||||
+blueprint-debug
|
+blueprint-debug
|
||||||
+blueprint-interaction
|
+blueprint-interaction
|
||||||
// Remove the scaffolding when you're ready to start doing visual design.
|
// Remove the scaffolding when you're ready to start doing visual design.
|
||||||
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
||||||
+blueprint-scaffolding
|
|
||||||
form.bp
|
form.bp
|
||||||
+blueprint-form
|
+blueprint-form
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user