mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
1d65b9038a
--HG-- rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
10 lines
94 B
SCSS
10 lines
94 B
SCSS
|
|
$paulrougetpink: #f06;
|
|
|
|
div {
|
|
color: $paulrougetpink;
|
|
}
|
|
|
|
span {
|
|
background-color: #EEE;
|
|
} |