2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Implement the new border-radius guard: only round things if global @enable-rounded == true

This commit is contained in:
Mark Otto
2014-07-08 16:25:01 -07:00
parent 86099bfb33
commit f6367bc0e4
36 changed files with 55 additions and 489 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -734,6 +734,7 @@ pre {
line-height: 1.5;
color: #373a3c;
background-color: #f7f7f9;
border-radius: .2rem;
}
pre code {
padding: 0;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long