{"id":17497479,"url":"https://github.com/moox/cssnextify","last_synced_at":"2025-04-13T13:12:49.316Z","repository":{"id":33608846,"uuid":"37261029","full_name":"MoOx/cssnextify","owner":"MoOx","description":"# DEPRECATED. Use browserify-postcss instead.","archived":false,"fork":false,"pushed_at":"2016-01-04T07:37:40.000Z","size":8,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T10:37:47.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoOx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-11T12:56:47.000Z","updated_at":"2016-08-30T07:51:23.000Z","dependencies_parsed_at":"2022-09-01T08:21:41.244Z","dependency_job_id":null,"html_url":"https://github.com/MoOx/cssnextify","commit_stats":null,"previous_names":["cssnext/cssnextify"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fcssnextify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fcssnextify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fcssnextify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fcssnextify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoOx","download_url":"https://codeload.github.com/MoOx/cssnextify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717238,"owners_count":21150389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-19T15:50:06.057Z","updated_at":"2025-04-13T13:12:49.295Z","avatar_url":"https://github.com/MoOx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED. Use browserify-postcss instead.\n\n---\n\n# cssnextify [![Build Status](https://travis-ci.org/cssnext/cssnextify.svg?branch=master)](https://travis-ci.org/cssnext/cssnextify)\nA Browserify transform for css \u0026 [cssnext](http://cssnext.io).\n\n## Installation\nThis package is available as NPM package.\n### NPM\n```\n$ npm install cssnextify --save\n```\n\n## Usage\nRequire your css files from script:\n```javascript\n// main.js\n\nrequire('./style.css')\n```\n\n### CLI\n```\n$ browserify -t cssnextify main.js \u003e bundle.js\n```\n\n### Code\n```javascript\nvar fs = require('fs')\nvar browserify = require('browserify')\nvar cssnextify = require('cssnextify')\n\nvar bundler = browserify()\nbundler.add(__dirname + '/main.js')\nbundler.transform(cssnextify)\nbundler.bundle().pipe(fs.createWriteStream(__dirname + '/bundle.js'))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fcssnextify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoox%2Fcssnextify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fcssnextify/lists"}