Skip to content
Snippets Groups Projects
Commit ff746b26 authored by Anne-Victoria's avatar Anne-Victoria
Browse files

Add warning about editing css file directly

parent 7c12d6c5
No related branches found
No related tags found
No related merge requests found
/**
*
* DO NOT MODIFY THE CSS FILE DIRECTLY. The CSS is generated from the SCSS file. Make
* all changes in the SCSS files and then regenerate this CSS file. All changes made
* this CSS file will be lost.
*
* To regenerate the CSS file install Sass and then run:
* sass style.scss style.css
*
*/
\ No newline at end of file
/**
*
* DO NOT MODIFY THE CSS FILE DIRECTLY. The CSS is generated from the SCSS file. Make
* all changes in the SCSS files and then regenerate this CSS file. All changes made
* this CSS file will be lost.
*
* To regenerate the CSS file install Sass and then run:
* sass style.scss style.css
*
*/
/* font converted using font-converter.net. thank you! */ /* font converted using font-converter.net. thank you! */
@font-face { @font-face {
font-family: "SylexiadSansMedium-Bold"; font-family: "SylexiadSansMedium-Bold";
......
@use 'partials/_css-notice';
@use 'partials/_font-faces'; @use 'partials/_font-faces';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment