@yokgs/dyescript-light
Version:
Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript
14 lines (13 loc) • 369 B
JavaScript
module.exports.header = {
css: `/**
* Built with DyeScript Light
* by Yazid Slila (@yokgs)
*/`,
cssmin: `/**
* Built with DyeScript Light
* by Yazid Slila (@yokgs)
* */\n`,
reactnative: `/**
* Built with DyeScript Light
* by Yazid Slila (@yokgs)
*/\nimport { StyleSheet } from "react-native";\nexport default StyleSheet.create({ `};