Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

LEFapps/kce-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Add this repo as a submodule in your app:

$ git submodule add https://github.com/LEFapps/kce-common.git

Make sure you add this folder to your .eleventyignore file, otherwise it might be included in your _site build.

CSS

You can now import files from kce-common in yourcss/main.scss:

@import"../kce-common/css/_settings","<your custom settings>","../kce-common/css/_common";

Note that the inclusion of_common.scss automatically includes bootstrap as well. So the complete load order is this:

  • Common KCE scss settings (variables)
  • Custom overrides of scss variables
  • Shared KCE components, configured by variables
  • Bootstrap, configured by variables

Sections

Due to 11ty / liquid restrictions, you can not include files from outside the _includes folder in your templates. Solve this by symlining the section folder in this repo in your _includes folder:

$cd _includes$ ln -s ../kce-common/sections

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp