0
내가 말대꾸로 수정해야
// Override initial variables here
// You can add new ones or update existing ones:
$blue: #72d0eb // Update blue
$pink: #ffb3b3 // Add pink
$family-serif: "Georgia", serif // Add a serif family
// Override generated variables here
// For example, by default, the $danger color is $red and the font is sans-serif
// You can change these values:
$danger: $orange // Use the existing orange
$family-primary: $family-serif // Use the new serif family
here을 볼 때 CSS 변수가 bulma.css을 사용하고
에서 CSS 변수를 수정합니다,하지만 난 어떤 CSS 프로세서를 사용하고 있지 않다, 그래서 어떻게 할 수있는 방법 주 CSS 파일을 변경하지 않고 재정의를 수행하면서 변수를 수정합니까?
하지만 bulma.css 인 CSS를 포함하고 있습니다. 무슨 일이 일어나고 있는지 모르겠습니다. – user7342807
당신은 sass를 사용하고 bulma.sass/bulma.scss를 포함하고 [여기]와 같이 변수를 편집해야합니다. (http://bulma.io/documentation/overview/start/) – theflametrooper
하지만 bulma.css를 내 서버에 업로드하기 만하면됩니다. – user7342807