Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Clean, opinionated foundation for new projects — to boldly go where no man has gone before.
npm install -g grunt-cli
npm install -g jspm
npm install
npm install
grunt
grunt build
sitemap.xml
generation with grunt-sitemap-xmlAnd a lot more under the hood. We just didn't have time to document all features. Yet.
Deployed version of Kotsu from master branch can be found here.
Note that Examples section so far features only least part of predefined elements and features.
Works in:
IE9+, Edge 12+, Chrome 21+, Firefox 28+, Safari 6.1+, Opera 12.1+, Opera Mobile 12.1+, iOS Safari 7+, Android 4+.
If you need to support advanced ES6 features in IE11 and below like Promise
or Objest.assign
, uncomment import 'babel-polyfill'
in main.js
. See details here.
Default build shipped with jQuery 3.1.0+ which doesn't support IE8. Replace it with pre 3.0.0 version if you need support of IE8.
Default layouts powered by Ekzo, which implies following requirements to fully work:
IE10+, Edge 12+, Chrome 21+, Firefox 28+, Safari 6.1+, Opera 12.1+, Opera Mobile 12.1+, iOS Safari 7.1+, Android 4.4+.
Provides graceful degradation for IE9 and IE8. Details can be found here.
If you don't want support of IE9 and below, remove IE()
macro call from base layout.
In IE9 and below will be displayed banner before page content with message that user's browser is outdated and link to Outdated Browser. If you don't want that message to be displayed, remove OutdatedBrowser()
macro call.
Copyright 2014 LotusTM. Licensed under the Apache 2.0 license.
1.4.0
example.json
. Finally there won't be need to delete it every time new project bootstrapped with Kotsu..o-show-grid
to exceptions in uncss
task.themeColor
via themeColor
in Gray Matter.[ci] Switched to alpine
linux distribution as base layer for nginx container.
[package] Updated dependencies.
[package] Moved linting and testing dependencies to devDependencies
.
[misc] Upated Stylelint scss rules to 1.4.1.
[styles] Updated Ekzo to 2.4.0
[styles] Since Ekzo 2.4.0 doesn't provide spacing for icons and sprites any more, added them to Kotsu in form of .Icon--left
and .Icon--right
.
[styles] Renamed _Icons.scss
to _Icon.scss
.
[styles] Since Ekzo 2.4.0 also doesn't provide .o-btn
size variations and default paddings for buttons, added them in form of .Btn*
component.
[styles] .Btn
by default extends .o-btn
.
[styles] Followed Ekzo changes:
null
;$ekzo-line-height
to $ekzo-line-heights
map and using new ekzo-line-height()
to retrieve values from it;.o-svg-icon
to imports.[templates] Used new .Btn*
instead of .o-btn*
and .Icon*
instead of .o-icon*
.
FAQs
Clean, opinionated foundation for new projects — to boldly go where no man has gone before
The npm package kotsu receives a total of 2 weekly downloads. As such, kotsu popularity was classified as not popular.
We found that kotsu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.