ブログ
WordPress・PHP・CSS・JavaScript まわりの実装メモ。詰まったところと解決したコードをそのまま残しています。
6件中 1〜6件を表示
webpackとwordpress
npm install –save-dev browser-sync-webpack-plugin browser-sync インストールします。 package.jsonに "watch"
SCSSVue.js
_reset.scss 設定
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark – http://richclarkde
SCSS
_setting.scssの設定
// typography $font-gothic: ‘Yu Gothic Medium’,’游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’,’Yu Gothic UI’,’MS ゴシック’,’Hir
SCSS
sass ブレイクポイント
/ ———- breakpoints ———- / $mobile: new-breakpoint(max-width 767px 12); $mi
