mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
4 lines
212 B
SCSS
4 lines
212 B
SCSS
// Use @use for modern Sass, but we need to fallback to @import for rails_admin
|
|
// since it uses old syntax internally. We'll suppress its deprecation warnings.
|
|
@import "rails_admin/src/rails_admin/styles/base";
|