filesafe/src/css/album.scss
Bobby 7194f0c838
feat: transition to stylelint v14 environment
stylelint: 13 -> 14
postcss-preset-env: 6 -> 7
eslint-plugin-compat: 3 -> 4

replaced stylelint-config-standard with
stylelint-config-standard-scss

switched to @ronilaukkarinen/gulp-stylelint, a fork of gulp-stylelint,
due to the upstream's maintainer going missing

temporarily disabled some stylelint rules to ease transition
2022-03-03 18:44:43 +07:00

11 lines
140 B
SCSS

@charset "utf-8";
@import "_variables";
/** Main **/
@media screen and (max-width: 768px) {
.description {
text-align: center
}
}