We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postcss-icss-selectors/src/index.js
Line 109 in 9666373
{ "raws": { "before": "", "after": "", "between": "", "semicolon": false, "left": "", "right": "" }, "type": "rule", "nodes": [ { "raws": { "before": "", "after": "", "between": ":", "important": "!important" }, "type": "decl", "source": { "start": { "line": 20, "column": 3 }, "input": { "css": ".root {\n display: inline-flex;\n font-family: 'Roboto', sans-serif;\n outline: none;\n &:focus {\n box-shadow: 0 0 0 3px white, 0 0 2px 3px;\n }\n}\n\n.placeholder {\n color: #aaa;\n padding-top: 6px;\n padding-bottom: 8px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n\n.value {\n border-bottom: 1px dashed #000;\n padding-top: 6px;\n padding-bottom: 7px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n", "file": "/Users/mxtnr/rocket/sun/src/components/material/controls/in-place/bool-in-place.css" }, "end": { "line": 20, "column": 19 } }, "prop": "padding-top", "value": "6px", "_autoprefixerDisabled": false, "important": false }, { "raws": { "before": "", "after": "", "between": ":", "important": "!important" }, "type": "decl", "source": { "start": { "line": 22, "column": 3 }, "input": { "css": ".root {\n display: inline-flex;\n font-family: 'Roboto', sans-serif;\n outline: none;\n &:focus {\n box-shadow: 0 0 0 3px white, 0 0 2px 3px;\n }\n}\n\n.placeholder {\n color: #aaa;\n padding-top: 6px;\n padding-bottom: 8px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n\n.value {\n border-bottom: 1px dashed #000;\n padding-top: 6px;\n padding-bottom: 7px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n", "file": "/Users/mxtnr/rocket/sun/src/components/material/controls/in-place/bool-in-place.css" }, "end": { "line": 22, "column": 18 } }, "prop": "margin-top", "value": "8px", "_autoprefixerDisabled": false, "important": false }, { "raws": { "before": "", "after": "", "between": ":", "important": "!important" }, "type": "decl", "source": { "start": { "line": 23, "column": 3 }, "input": { "css": ".root {\n display: inline-flex;\n font-family: 'Roboto', sans-serif;\n outline: none;\n &:focus {\n box-shadow: 0 0 0 3px white, 0 0 2px 3px;\n }\n}\n\n.placeholder {\n color: #aaa;\n padding-top: 6px;\n padding-bottom: 8px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n\n.value {\n border-bottom: 1px dashed #000;\n padding-top: 6px;\n padding-bottom: 7px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n", "file": "/Users/mxtnr/rocket/sun/src/components/material/controls/in-place/bool-in-place.css" }, "end": { "line": 23, "column": 21 } }, "prop": "margin-bottom", "value": "8px", "_autoprefixerDisabled": false, "important": false } ], "selector": ".placeholder,.value", "lastEach": 2, "indexes": {} }
.root { display: inline-flex; font-family: 'Roboto', sans-serif; outline: none; &:focus { box-shadow: 0 0 0 3px white, 0 0 2px 3px; } } .placeholder { color: #aaa; padding-top: 6px; padding-bottom: 8px; margin-top: 8px; margin-bottom: 8px; } .value { border-bottom: 1px dashed #000; padding-top: 6px; padding-bottom: 7px; margin-top: 8px; margin-bottom: 8px; }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
postcss-icss-selectors/src/index.js
Line 109 in 9666373
my rule variable
my css
The text was updated successfully, but these errors were encountered: