NPM Resource Changed ? Pending

User tests: Successful: Unsuccessful:

avatar hans2103
hans2103
30 Jun 2020

Pull Request for Issue # .

Summary of Changes

This PR just adds a missing $ to a scss variable

Testing Instructions

  • npm run build:css to compile the css
  • check the css output
  • apply PR
  • npm run build:css to compile the css
  • check the css output and compare

Actual result BEFORE applying this Pull Request

.site-grid .container-component > div + div,
.site-grid .container-sidebar-left > div + div,
.site-grid .container-sidebar-right > div + div {
   margin-top: cassiopeia-grid-gutter;
}

Expected result AFTER applying this Pull Request

.site-grid .container-component > div + div,
.site-grid .container-sidebar-left > div + div,
.site-grid .container-sidebar-right > div + div {
   margin-top: 15px;
}

Documentation Changes Required

No changes required

avatar hans2103 hans2103 - open - 30 Jun 2020
avatar hans2103 hans2103 - change - 30 Jun 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Jun 2020
Category Front End Templates (site) NPM Change
avatar Quy Quy - test_item - 30 Jun 2020 - Tested successfully
avatar Quy
Quy - comment - 30 Jun 2020

I have tested this item successfully on 1885f24


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29856.

avatar wilsonge wilsonge - close - 30 Jun 2020
avatar wilsonge wilsonge - merge - 30 Jun 2020
avatar wilsonge wilsonge - change - 30 Jun 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-06-30 15:30:40
Closed_By wilsonge
Labels Added: NPM Resource Changed ?
avatar wilsonge
wilsonge - comment - 30 Jun 2020

Merged with the good test and on review

Add a Comment

Login with GitHub to post a comment