在SASS局部中使用Tailwind指令

时间:2018-09-24 23:44:28

标签: angular sass tailwind-css

想知道是否有人在SASS部分中使用Tailwind指令取得了成功,例如@apply?老实说,我不知道Tailwind是否正式支持这一点,但是我确实注意到installation docs中的以下部分,这使我相信它应该...

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

无论如何,在Mac或Windows上使用SASS进行Angular 5项目,我都没有取得任何成功。所以我想知道其他人是否有运气?作为记录,这是一个未弹出的Angular CLI v1.7.4项目。

0 个答案:

没有答案