Files
python-tdd/src/static_src/scss/core.scss

14 lines
200 B
SCSS
Raw Normal View History

@import 'rootvars';
@import 'base';
@import 'button-pad';
@import 'dashboard';
@import 'palette-picker';
input,
textarea,
select,
[contenteditable] {
user-select: text;
touch-action: auto;
}