Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-05-20 21:03:28 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-05-21 11:26:22 +0300
commita6f09d1746a7f9059376268a987ba247c87b8be9 (patch)
tree0fae7d64eb9b6faf10df72511969c527f9dd9912 /test
parent6c3e24cea6b32e34604b8bc8cd7af26a6152841f (diff)
Update Typey, Chroma and KSS fork to use Twig templates.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fork-versions/typey-chroma-kss/output.css82
1 files changed, 41 insertions, 41 deletions
diff --git a/test/fixtures/fork-versions/typey-chroma-kss/output.css b/test/fixtures/fork-versions/typey-chroma-kss/output.css
index 2f3ee21..793cd76 100644
--- a/test/fixtures/fork-versions/typey-chroma-kss/output.css
+++ b/test/fixtures/fork-versions/typey-chroma-kss/output.css
@@ -113,7 +113,7 @@ h6 {
margin-bottom: 1.5rem; }
abbr[title] {
- border-bottom: none;
+ border-bottom: 0;
text-decoration: underline;
text-decoration: underline dotted; }
@media print {
@@ -215,9 +215,9 @@ svg:not(:root) {
.button,
button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
+[type='button'],
+[type='reset'],
+[type='submit'] {
-moz-appearance: button;
-webkit-appearance: button;
display: inline-block;
@@ -228,39 +228,39 @@ button,
color: #000; }
.button:hover, .button:focus, .button:active,
button:hover,
- [type="button"]:hover,
- [type="reset"]:hover,
- [type="submit"]:hover,
+ [type='button']:hover,
+ [type='reset']:hover,
+ [type='submit']:hover,
button:focus,
- [type="button"]:focus,
- [type="reset"]:focus,
- [type="submit"]:focus,
+ [type='button']:focus,
+ [type='reset']:focus,
+ [type='submit']:focus,
button:active,
- [type="button"]:active,
- [type="reset"]:active,
- [type="submit"]:active {
+ [type='button']:active,
+ [type='reset']:active,
+ [type='submit']:active {
text-decoration: none;
color: #000; }
.button[disabled],
button[disabled],
- [disabled][type="button"],
- [disabled][type="reset"],
- [disabled][type="submit"] {
+ [disabled][type='button'],
+ [disabled][type='reset'],
+ [disabled][type='submit'] {
cursor: default;
color: #999999; }
.button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active,
button[disabled]:hover,
- [disabled][type="button"]:hover,
- [disabled][type="reset"]:hover,
- [disabled][type="submit"]:hover,
+ [disabled][type='button']:hover,
+ [disabled][type='reset']:hover,
+ [disabled][type='submit']:hover,
button[disabled]:focus,
- [disabled][type="button"]:focus,
- [disabled][type="reset"]:focus,
- [disabled][type="submit"]:focus,
+ [disabled][type='button']:focus,
+ [disabled][type='reset']:focus,
+ [disabled][type='submit']:focus,
button[disabled]:active,
- [disabled][type="button"]:active,
- [disabled][type="reset"]:active,
- [disabled][type="submit"]:active {
+ [disabled][type='button']:active,
+ [disabled][type='reset']:active,
+ [disabled][type='submit']:active {
color: #999999; }
button,
@@ -281,47 +281,47 @@ select {
text-transform: none; }
button,
-html [type="button"],
-[type="reset"],
-[type="submit"] {
+html [type='button'],
+[type='reset'],
+[type='submit'] {
-webkit-appearance: button; }
button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
+[type='button']::-moz-focus-inner,
+[type='reset']::-moz-focus-inner,
+[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
+[type='button']:-moz-focusring,
+[type='reset']:-moz-focusring,
+[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText; }
input {
overflow: visible; }
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
+[type='number']::-webkit-inner-spin-button,
+[type='number']::-webkit-outer-spin-button {
height: auto; }
-[type="search"] {
+[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px; }
- [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
+ [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-input-placeholder {
color: inherit;
- opacity: 0.54; }
+ opacity: .54; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
-[type="checkbox"],
-[type="radio"] {
+[type='checkbox'],
+[type='radio'] {
box-sizing: border-box;
padding: 0; }