![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
pnx-mixtape-coverart
Advanced tools
Requires KKS-node 3.0.x
This is a custom builder for kss-node living styleguide.
This template supports a couple of custom
properties which need to be added to your projects
kssOptions
in order to access utilise them. Custom properties can be added to the CSS files doc comment.
const kssOptions = {
...
builder: pnx-mixtape-coverart,
custom: [
'wrapper',
'default',
'wide',
],
...
};
The options are;
wrapper
- add any class to the example div, works nicely for ‘container’ classes that you don’t really want inside
the markup, but are necessary for making the grid align nicely.
eg. // Wrapper: page-container
default
- hides the default example and only shows modifiers.
eg. // Default: false
wide
- removes horizontal padding from the example div for components that should extend past the container.
eg. // Wide: true
To support modern ES6 modules, a new mjs
option is now available. Simply list these javascript files in the kssOptions
:
const kssOptions = {
...
builder: pnx-mixtape-coverart,
css: [...],
js: [...],
mjs: [
'relative/path/to/module.js',
'relative/path/to/anothermodule.js'
],
...
};
Any javascript files loaded by the mjs
option will be output with <script type="module" src="path/to/file.js"></script>
.
npm install kss
or npm install -g kss
for global CLI.npm install pnx-mixtape-coverart@alpha
kss-node
command with --builder
option, like below.kss-node <sourcedir> --builder path/to/pnx-mixtape-coverart
FAQs
A custom twig buidler for KSS node.
The npm package pnx-mixtape-coverart receives a total of 0 weekly downloads. As such, pnx-mixtape-coverart popularity was classified as not popular.
We found that pnx-mixtape-coverart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.