FREE Dolly Dress Buntin Pattern

free hanging buntin knitting pattern

Yarn : Double knitting. Oddment of white and a contrast colour.
Needles : 3mm Single Pointed Needles
Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row). inc— increase. Knit into the front and the back of the stitch
Tension : 26 sts x 33 rows = 10cm x 10cm in st-st with double knitting yarn
Dimensions : Approx. 10cm from hem to shoulder straps.

Dress—Make 1
Start at the top. With white, cast on 36 sts
Knit 1 row
Next: (k2, inc1) to end (48 sts)
Purl 1 row
Next: (k3, inc1) to end (60 sts)
Next: k6, cast off 18 (in knit), k12, cast off 18 (in knit), k6 (24 sts)

Change to contrast colour
Knit along all stitches (24 sts)
Starting with a purl row, st-st 3 rows

Change to white
Knit 2 rows

Change to contrast colour
Knit 1 row

Next: (inc1, p1) to end (36 sts)
Next: (inc1, p2) to end (48 sts)

Next: (k2, p2) to end
Complete the last row 7 times in total

Change to white
Knit 3 rows
Purl 1 row
Knit 1 row
Cast off in knit

Sew down the row ends. Fold the bottom flat and sew along the hem.

Add ribbon and embellishments as desired.

small doll dress knitting pattern

Here is Cerise if you like dollies.

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Knitting pattern instructions to knit Cerise in her little skirt and pom-pom hat.

This product has multiple variants. The options may be chosen on the product page

Even More Patterns

+ Large Text
Download
£4.99

As sweet as sugar and cool as ice, Fondant the Snowman is a delightful Christmas knitting pattern. A perfect handmade winter decoration or cuddly toy.

This product has multiple variants. The options may be chosen on the product page
£6.99

Fancy a kick about in your favourite colours? Here is a little football mascot for you to knit.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Be careful this week, things could drag-on a bit! Watch those fingers as it all gets a bit Burny too. Here is Burny the Dragon knitting pattern. He is breathing fire and ready to fly away at any minute.

This product has multiple variants. The options may be chosen on the product page
£12.45

Why knit one when you can knit them all? This Festive Friends Collection includes five Christmas soft toy patterns in one Christmas bundle.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
New
£4.49

Highland Cuteness Meets Chocolatey Delights.  Highland Cow Chocolate Pots.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Here is our take on a World War 2 Pilot soft toy knitting pattern.  He was seen on duty in the skies above our cities to keep us safe during World War 2. Created to commemorate 75 years since VE Day in 1945.

This product has multiple variants. The options may be chosen on the product page

Leave a Reply

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();