@import './other\_sass\_file';
@import '/code', 'lists';
// Plain CSS @imports
@import "theme.css";
@import url(theme);

The .sass or .sass extension is optional.

Comments