7 lines
115 B
CSS
7 lines
115 B
CSS
@import 'some.css.file.css';
|
|
@import 'some/other.css.file.CSS';
|
|
.import {
|
|
color: red;
|
|
width: 6px;
|
|
height: 9px;
|
|
} |