1_16_d_lokaleunternehmen_Get_it!
๐ฏRESTful Restify Mongoose Generator with jest and integration tests
https://restexpress.dev
Simple markdown theme
getitsocial/getit_commercial 0
getit_commercial
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09 and JSON Type Definition (RFC8927)
tguelcan/Best-README-Template 0
An awesome README template to jumpstart your projects!
issue commentnuxt-community/tailwindcss-module
Tailwind CSS IntelliSense Extension not working!
As a temporary fix: Do the following, until they fix the problem:
- Create tailwind.config.js file or better do
npx tailwind init
in your terminal, it should create tailwind.config.js - Restart the VSCode. Now it should work. :)
comment created time in 4 hours
issue commentnuxt-community/tailwindcss-module
@Atinux I have the same issue. I'm using rejected: true
, and i don't know how to get the list of purged css classes.
comment created time in 9 hours
issue commentnuxt-community/tailwindcss-module
Nuxt SyntaxError: Unexpected token 'export' - nuxtjs 2.15.0 - tailwindcss
I installed these dev dependencies, But error not fixed. Error:
ฮป yarn dev
yarn run v1.22.10
$ nuxt
FATAL Unexpected token 'export' 15:31:43
(function (exports, require, module, __filename, __dirname) { export default {
^^^^^^
SyntaxError: Unexpected token 'export'
at new Script (vm.js:101:7)
at p._moduleCompile (node_modules\jiti\dist\v8cache.js:2:3046)
at Module.o._compile (node_modules\jiti\dist\v8cache.js:2:2597)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at n (node_modules\jiti\dist\v8cache.js:2:2364)
at ModuleContainer.module.exports (node_modules\@nuxtjs\tailwindcss\lib\module.js:36:22)
at async ModuleContainer.addModule (node_modules\@nuxt\core\dist\core.js:239:20)
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ โ Nuxt Fatal Error โ
โ โ
โ SyntaxError: Unexpected token 'export' โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
comment created time in 11 hours
issue closednuxt-community/tailwindcss-module
<!-- IMPORTANT! Before reporting a bug, please make sure that you have read through our and the TailwindCSS documentation and you think your problem is indeed an issue related to our module. -->
Version
@nuxtjs/tailwindcss: ^3.4.2 nuxt: ^2.14.6 tailwindcss: npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat: ^2.0.2 postcss: 7
Reproduction Link
https://github.com/florian-lefebvre/portfolio/tree/v3_nuxtjs
Steps to reproduce
$ yarn
$ yarn generate
What is Expected?
A dist directory should be generated.
What is actually happening?
There are errors in the terminal related with PostCSS version. Here is an example:
ERROR in ./node_modules/@nuxtjs/tailwindcss/lib/files/tailwind.css (./node_modules/css-loader/dist/cjs.js??ref--3-oneOf-1-1!./node_modules/postcss-loader/src??ref--3-oneOf-1-2!./node_modules/@nuxtjs/tailwindcss/lib/files/tailwind.css)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: PostCSS plugin postcss-purgecss requires PostCSS 8.
This doesn't happen with yarn dev
.
closed time in 12 hours
florian-lefebvreissue commentnuxt-community/tailwindcss-module
I removed the @teamnovu/nuxt-breaky
package and it worked, so I'm going to open a issuethere.
comment created time in 12 hours
pull request commentnuxt-community/tailwindcss-module
Codecov Report
Merging #270 (28cd5fe) into master (2d58106) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #270 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 45 45
Branches 9 9
=========================================
Hits 45 45
Impacted Files | Coverage ฮ | |
---|---|---|
lib/files/tailwind.config.js | 100.00% <รธ> (รธ) |
Continue to review full report at Codecov.
Legend - Click here to learn more
ฮ = absolute <relative> (impact)
,รธ = not affected
,? = missing data
Powered by Codecov. Last update 2d58106...5e67aea. Read the comment docs.
comment created time in a day
Pull request review commentnuxt-community/tailwindcss-module
+// Learn more at https://tailwindcss.com/docs/configuration module.exports = ({ dev, rootDir, srcDir }) => ({- theme: {},- variants: {},- plugins: [],- purge: {- // Learn more on https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css- enabled: !dev,
Because it is already the default behaviour.
Now whenever you compile your CSS with NODE_ENV set to production, Tailwind will automatically purge unused styles from your CSS.
๐ https://tailwindcss.com/docs/optimizing-for-production#removing-unused-css
comment created time in a day
Pull request review commentnuxt-community/tailwindcss-module
+// Learn more at https://tailwindcss.com/docs/configuration module.exports = ({ dev, rootDir, srcDir }) => ({- theme: {},- variants: {},- plugins: [],- purge: {- // Learn more on https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css- enabled: !dev,
Why removing this flag?
comment created time in a day
PR opened nuxt-community/tailwindcss-module
Hey! ๐
This PR update the package to use Tailwind 2.
One change that could be done is to install Tailwind as a peer dependencies, meaning the user will control the version of Tailwind instead of the package.
pr created time in a day
push eventnuxt-community/tailwindcss-module
commit sha e5bcf640015bfeb0d29abc25392ccc4676cc4c8e
chore(deps): update all non-major dependencies
push time in a day
push eventnuxt-community/tailwindcss-module
commit sha 6afb7bc6e7cf9c72efd5464bd5d9d45dc8710f92
chore(deps): update all non-major dependencies
push time in 2 days
issue commentnuxt-community/tailwindcss-module
Nuxt SyntaxError: Unexpected token 'export' - nuxtjs 2.15.0 - tailwindcss
install these deps
`yarn add --dev css-loader@^5.0.0 postcss@^8.1.10 postcss-import@^13.0.0 postcss-loader@^4.1.0 postcss-url@^10.1.1
or
npm i --save-dev css-loader@^5.0.0 postcss@^8.1.10 postcss-import@^13.0.0 postcss-loader@^4.1.0 postcss-url@^10.1.1`
as said here https://github.com/nuxt/nuxt.js/pull/8546
comment created time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 2d58106b28e741b8708a965886370ff5bc866cc5
chore: remove request package (#267)
commit sha 99f74d5b89f668b509de1d25ad891e9690f92b99
chore(deps): update devdependency husky to v5
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 2d58106b28e741b8708a965886370ff5bc866cc5
chore: remove request package (#267)
commit sha 25695f0a6b21b6b5da693941bc7c89ee95d73e81
chore(deps): update commitlint monorepo to v12
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 2d58106b28e741b8708a965886370ff5bc866cc5
chore: remove request package (#267)
commit sha 5171c8675159654222c3677a3995f3ad765575c3
chore(deps): update all non-major dependencies
push time in 2 days
pull request commentnuxt-community/tailwindcss-module
Thanks @RomainLanz :)
comment created time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 2d58106b28e741b8708a965886370ff5bc866cc5
chore: remove request package (#267)
push time in 2 days
PR merged nuxt-community/tailwindcss-module
Hey! ๐
This module is deprecated and not used in the codebase. I believe we are safe to remove it. ๐
pr closed time in 2 days
pull request commentnuxt-community/tailwindcss-module
chore(deps): update commitlint monorepo to v12 (major)
Codecov Report
Merging #269 (7dca7a4) into master (cee958c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #269 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 45 45
Branches 9 9
=========================================
Hits 45 45
Continue to review full report at Codecov.
Legend - Click here to learn more
ฮ = absolute <relative> (impact)
,รธ = not affected
,? = missing data
Powered by Codecov. Last update cee958c...7dca7a4. Read the comment docs.
comment created time in 2 days
PR opened nuxt-community/tailwindcss-module
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@commitlint/cli | ^11.0.0 -> ^12.0.0 |
||||
@commitlint/config-conventional | ^11.0.0 -> ^12.0.0 |
Release Notes
<details> <summary>conventional-changelog/commitlint</summary>
v12.0.0
Bug Fixes
- remove unnecessary react babel transforms (#โ2399) (78f02fd)
- utils: update code to allow it to be executed (#โ982) (52696d0)
- update dependency @โtypes/fs-extra to v9.0.2 (#โ2250) (a10fa0b)
- update dependency @โtypes/fs-extra to v9.0.5 (#โ2360) (3266712)
- update dependency conventional-changelog-angular to v5.0.12 (#โ2361) (5766b39)
- update dependency conventional-changelog-conventionalcommits to v4.4.0 (#โ2115) (bccc9f5)
- update dependency conventional-changelog-conventionalcommits to v4.5.0 (#โ2362) (01c78bf)
- update dependency execa to v4.1.0 (#โ2251) (b5743dd)
- update dependency execa to v5 (#โ2341) (f349df9)
- update dependency git-raw-commits to v2.0.7 (#โ2116) (ef969f3)
- update dependency git-raw-commits to v2.0.8 (#โ2364) (3371715)
- update dependency meow to v8 (#โ2245) (890961b)
- update dependency meow to v8.1.0 (#โ2380) (0fbadcf)
- update dependency pkg-dir to v5 (#โ2168) (b9d1c84)
- update dependency semver to v7.3.4 (#โ2336) (790b61a)
- update dependency tar-fs to v2.1.1 (#โ2261) (a04f24f)
- is-ignored: ignore azure devops messages (#โ2230) (fe29ce7)
- update dependency yargs to v16 (204f36d)
- update dependency yargs to v16.1.0 (#โ2252) (6478d07)
- resolve-extends:
extends
field should be resolved from left to right (#โ2070) (c0a86f5)
Features
- cli: implement print-config cli flag (#โ2391) (8626883)
- config-lerna-scopes: support yarn workspaces (#โ2149) (b244246)
- load: allow specifying helpUrl via config (#โ2180) (d6795a3)
- rules: add body-full-stop rule (#โ2144) (7767ca2)
BREAKING CHANGES
- resolve-extends: The order of the
extends
resolution is changed from right-to-left to left-to-right
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 2 days
create barnchnuxt-community/tailwindcss-module
branch : renovate/major-commitlint-monorepo
created branch time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 873c173a6d9311afc6c996a11b1260a7ef56785b
chore(deps): update all non-major dependencies
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha 0a7308074aa60188966ce5f7e797cc232dc7a56d
chore(deps): update all non-major dependencies
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha b5bb85824f59b3555dce301c7a0e741532a07962
chore(deps): update all non-major dependencies
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha d9daa01fb3e3f3f501cdcbbf485cb34c077e6f11
chore(deps): update devdependency husky to v5
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha cee958cec800c92d108043c9d5b75c2849b66ad7
chore: migrate @nuxt/ufo to ufo (#268) Closes https://github.com/nuxt-community/tailwindcss-module/issues/265
commit sha 842637de6a9ad0f46525bda82d1516b153a1187c
chore(deps): update devdependency husky to v5
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha cee958cec800c92d108043c9d5b75c2849b66ad7
chore: migrate @nuxt/ufo to ufo (#268) Closes https://github.com/nuxt-community/tailwindcss-module/issues/265
commit sha e82f32a382ea92cb4adfb8eb472ae87847c96242
chore(deps): update all non-major dependencies
push time in 2 days
push eventnuxt-community/tailwindcss-module
commit sha cee958cec800c92d108043c9d5b75c2849b66ad7
chore: migrate @nuxt/ufo to ufo (#268) Closes https://github.com/nuxt-community/tailwindcss-module/issues/265
push time in 2 days
PR merged nuxt-community/tailwindcss-module
Hey! ๐
According to ufo
changelog, nothing should be change to migrate the package.
Closes https://github.com/nuxt-community/tailwindcss-module/issues/265
pr closed time in 2 days