{"id":21585761,"url":"https://github.com/dbelyaeff/laravel-mix-stylus","last_synced_at":"2026-07-22T08:33:08.731Z","repository":{"id":145885538,"uuid":"82406746","full_name":"dbelyaeff/laravel-mix-stylus","owner":"dbelyaeff","description":"Ready-to-go config for Laravel Mix and Stylus with plugins Nib, Jeet,Rupture.","archived":false,"fork":false,"pushed_at":"2017-02-18T18:28:05.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T17:53:08.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dbelyaeff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T18:18:47.000Z","updated_at":"2017-02-18T18:23:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bff114b-0589-4262-b4f0-cb016c7924b4","html_url":"https://github.com/dbelyaeff/laravel-mix-stylus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbelyaeff/laravel-mix-stylus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Flaravel-mix-stylus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Flaravel-mix-stylus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Flaravel-mix-stylus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Flaravel-mix-stylus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbelyaeff","download_url":"https://codeload.github.com/dbelyaeff/laravel-mix-stylus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Flaravel-mix-stylus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35755761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-24T15:11:43.286Z","updated_at":"2026-07-22T08:33:08.710Z","avatar_url":"https://github.com/dbelyaeff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-mix-stylus\nReady-to-go config for Laravel Mix and Stylus with plugins Nib, Jeet,Rupture.\n\n# How to install\nJust start with `npm install nib jeet rupture --save-dev`.\n\nThen copy and paste to `webpack.mix.js` in Laravel 5.4 root directory the following code (replace the original one):\n```javascript\nconst { mix } = require('laravel-mix');\n\n/*\n |--------------------------------------------------------------------------\n | Mix Asset Management\n |--------------------------------------------------------------------------\n |\n | Mix provides a clean, fluent API for defining some Webpack build steps\n | for your Laravel application. By default, we are compiling the Sass\n | file for the application as well as bundling up all the JS files.\n |\n */\n\nmix.js('resources/assets/js/app.js', 'public/js')\n   .stylus('resources/assets/stylus/app.styl', 'public/css',{ \n   \t\tuse: [\n                require('rupture')(),\n                require('nib')(),\n                require('jeet')()\n            ],\n            import: [\n                '~nib/index.styl',\n                '~jeet/jeet.styl',\n            ]\n});\n```\n\n# Done\nThat's all you need! \n\nGreat thanks to *Jeffrey Way* [Laracasts maintainer](https://laracast.com):\nThis thing was given to me by *Jeff* on [support forum topic](https://laracasts.com/discuss/channels/elixir/laravel-54-mix-stylus).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Flaravel-mix-stylus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbelyaeff%2Flaravel-mix-stylus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Flaravel-mix-stylus/lists"}